03. Structured Languages

Structured Languages

Statement Types

QUIZ QUESTION::

Consider each of the following Python statements, and assign an appropriate label that best identifies what type of statement it is.

ANSWER CHOICES:



Statement

Type

Increment

Function definition

Function call

Conditional

Loop

Assignment

SOLUTION:

Statement

Type

Function definition

Function call

Conditional

Loop

Assignment